home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / script.cst / 00005_ÅwÉ{É^ÉìÇ™âüÇŽÇÍÇýÇÁÅAèàóùǝÇÝÇÈÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  517 b   |  17 lines

  1. on someButton
  2.   put item 1 of the name of cast the castNum of sprite clickOn() into cName
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       set the castNum of sprite clickOn() = the number of cast (cName & ",D")
  6.     else
  7.       set the castNum of sprite clickOn() = the number of cast (cName & ",U")
  8.     end if
  9.     updatestage
  10.   end repeat
  11.   set the castNum of sprite clickOn() = the number of cast (cName & ",U")
  12.   updatestage
  13.   if rollOver(clickOn()) then return TRUE
  14.   return FALSE
  15.   
  16. end someButton
  17.